home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000193_news@newsmaster….columbia.edu _Tue Oct 28 23:57:13 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA26522
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 28 Oct 1997 23:57:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA16683
  7.     for kermit.misc@watsun; Tue, 28 Oct 1997 23:57:12 -0500 (EST)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Reading filename one at a time.
  12. Message-ID: <TYgibtOGyRum@cc.usu.edu>
  13. Date: 28 Oct 97 08:51:22 MDT
  14. References: <631sbo$hnl$1@goanna.cs.rmit.edu.au>
  15. Followup-To: poster
  16. Organization: Utah State University
  17. Lines: 48
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7974
  19.  
  20. In article <631sbo$hnl$1@goanna.cs.rmit.edu.au>, rwi@yallara.cs.rmit.edu.au (Ross Irvine) writes:
  21. > Hi All.
  22. >     I have more Kermit questions. :)
  23. > I'd like to do this.
  24. > while (no more files in dirctory)
  25. >     read filename into variable %a
  26. >         send %a
  27. >         if success delete %a
  28. > end loop
  29. > Basically I'd like to read all the filenames in a directory one at a time 
  30. > so I can work with each file seperately. This is using K95, but will 
  31. > hopefully work in msdos. I've looked through the Kermit book but haven't 
  32. > been able to find anything.
  33.  
  34.     Look at the  MOVE filespec  command, which sends and if successful
  35. deletes the original.
  36.  
  37.     I advise waiting for the next editions of MSK and CK where such
  38. matters will be handled smoothly and more elegantly (such as recursive
  39. descent of directory trees). The problem with "all at once" is it means
  40. what it says despite possibly a few thousand files in a directory (file
  41. server's often get this way). One can count the bytes consumed storing
  42. that list.
  43.  
  44. > Also goes anyone know when Kermit for MSDOS will be version 6 compliant? 
  45.  
  46.     Version 6 of what? And what's the real problem?
  47.     Joe D.
  48.  
  49. > I'm currently running Kermit 95 (which is great!), but I'm getting more a 
  50. > more anonyed with the fact that I write a great script on K95 that just 
  51. > won't work on MSDOS Kermit 3.15, such as the status return codes for INPUT.
  52. > And one more thing while I'm asking so much... :)
  53. > Relase date for the GUI interface??
  54. > regards..
  55. > -- 
  56. > Ross Irvine                      E-Mail    : rwi@yallara.cs.rmit.edu.au
  57. > Computer Science Department,     Phone GSM : +61 419 565 232
  58. > RMIT, Melbourne, Australia.      Nokia 2110 FAQ Creater, see below for WWW.
  59. > Novell Network Admin - V.B.R.    Work : +61-3-9349-2744 Fax: +61-3-9349-2711
  60. > Certified Novell Administrator  (CNA) Still Working on the CNE....
  61. > And all round nice guy. :)       WEB : http://yallara.cs.rmit.edu.au/~rwi/